projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b843ff
)
(NEW_CYGWIN): Output message about spurious error
author
Andrew Innes
<andrewi@gnu.org>
Thu, 17 May 2001 12:44:02 +0000
(12:44 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Thu, 17 May 2001 12:44:02 +0000
(12:44 +0000)
message that is to be ignored.
nt/gmake.defs
patch
|
blob
|
history
diff --git
a/nt/gmake.defs
b/nt/gmake.defs
index f64f4c1ad25da05d3d6e485b7d84eac261cef9ec..7756da0d606a0f84221b2d1f121d59dc8fa2a313 100644
(file)
--- a/
nt/gmake.defs
+++ b/
nt/gmake.defs
@@
-87,6
+87,7
@@
ifdef USING_SH
sh_output := $(shell echo foo")
ifeq "$(sh_output)" ""
NEW_CYGWIN = 1
+$(warning [Please ignore the syntax error just above - it is intentional])
endif
endif